Author - CaveCricket48

This is a template for a homing projectile and gun, and can be used with any gun that doesn't have self-propelling projectiles.

When the device is off (default setting) the first object that the last projectile hits will be "marked."
When homing is turned on, all shots fired will home in on the marked object untill it is destroyed.
Toggle on/off homing mode by double tapping the Pie Menu button.

INSTRUCTIONS:
1. Open "Index.ini"
2. Replace all "Homing Sprayer Template" with the desired name of your weapon.
3. Find all comments with the word "DESIRED" in them and change the variables that they're on according to the comment instructions.
4. For each Lua file, replace all "Homing Sprayer Template" with whatever you replaced that with in the "Index.ini"
5. In "Round.lua" ther are 4 variables that you need to change manually:

   - self.firevel
   - self.shakerange
   - self.sharpshakerange
   - self.particlespread

   Match those variables with variables of the same name (without the "self.") in the original weapon file you're making this template copy from.

6. Save all files that you opened and change the name of the folder to the name you used to replace "Homing Sprayer Template" in all of the files.
7. You're done!